home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13009 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: natadm.nat.com!usenet
  2. From: ctb@yoda.natadm (Charles Booher)
  3. Newsgroups: comp.lang.c++
  4. Subject: why use stream io ?
  5. Date: 22 Mar 1996 23:47:17 GMT
  6. Organization: Network Application Technology
  7. Distribution: world
  8. Message-ID: <CTB.96Mar22154718@yoda.natadm>
  9. NNTP-Posting-Host: yoda.nat.com
  10.  
  11. I am really trying to understand the uses of stream I/O.
  12.  
  13. 1. It creates enormous portability problems, linking problems.
  14.  
  15. 2. It creates segmentaion faults that are very difficult 
  16.    to track down and correct.
  17.  
  18.  
  19. I have been trying to get the ddd-1.4d visual debugger running on
  20. Linux 3.0 Slackware system.  So far no luck.  I fix one problem in libiostream
  21. I just get to the next bug.  They keep getting harder to fix.  If this program
  22. used printf(3) instead of iostream I would have it working by now.
  23.  
  24. I have had this problem with almost every C++ program I have ever tried to use,
  25. or port.  I can see no valid reason to ever use the stream library, but perhaps
  26. there is some great thing that it does that I am as of yet un-aware of.  If there is some compelling reason to use the iostream library I would like to know what it si.  Until then I'm going to avoid using it.
  27.  
  28. Has anyone gotten the vast, and otherwise very good ddd-1.4 going on a Linux-elf system using g++ ?
  29.  
  30.  
  31.  
  32.